home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / PolicyKit / policy / org.freedesktop.hal.leds.policy < prev    next >
Encoding:
Extensible Markup Language  |  2009-07-05  |  889 b   |  29 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE policyconfig PUBLIC
  3.  "-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
  4.  "http://www.freedesktop.org/standards/PolicyKit/1.0/policyconfig.dtd">
  5.  
  6. <!--
  7. Policy definitions for HAL's ACL Management mechanism
  8.  
  9. Copyright (c) 2008 Danny Kukawka <danny.kukawka@web.de>
  10.  
  11. HAL is licensed to you under your choice of the the Academic Free
  12. License Version 2.1, or the GNU General Public License version 2. Some
  13. individual source files may be under the GPL only. See COPYING for
  14. details.
  15. -->
  16.  
  17. <policyconfig>
  18.  
  19.   <action id="org.freedesktop.hal.leds.brightness">
  20.     <description>Set the brightness of a led device</description>
  21.     <message>System policy prevents adjusting the led brightness</message>
  22.     <defaults>
  23.       <allow_inactive>no</allow_inactive>
  24.       <allow_active>yes</allow_active>
  25.     </defaults>
  26.   </action>
  27.  
  28. </policyconfig>
  29.